GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > SparseArray<T> クラス : Move メソッド |
'Declaration
Public Shared Sub Move( _ ByVal source As SparseArray(Of T), _ ByVal sourceIndex As Integer, _ ByVal target As SparseArray(Of T), _ ByVal targetIndex As Integer, _ ByVal length As Integer _ )
public static void Move( SparseArray<T> source, int sourceIndex, SparseArray<T> target, int targetIndex, int length )